Welcome![Sign In][Sign Up]
Location:
Search - Blackfin program

Search list

[Other resourceBlackfin_SpeechAudio

Description: 在ADI的Blackfin系列DSP上编写的语音&音频程序-the ADI Blackfin DSP series on the preparation of voice & audio program! !
Platform: | Size: 477076 | Author: 李里 | Hits:

[Embeded-SCM DevelopBlackfin_FftDct General algorithms for Radix-2 and

Description: 用于数字信号处理快速傅立叶变换的程序--Program for quick Fourier conversion in handling digital signals.
Platform: | Size: 1605632 | Author: 韩钰 | Hits:

[Embeded-SCM Developu-boot_1.1.1_for_blackfin.tar

Description: uboot是一款优秀的嵌入式系统的bootloader程序。本软件包是uboot在ADI公司的blackfin533处理器上的移植。--Uboot is a good bootloader program for embedded system. This software package is a migration of uboot on ADI s blackfin533 CPU.
Platform: | Size: 6190080 | Author: 张远文 | Hits:

[VOIP program回声消除算法

Description: 回声消除算法的C++程序,运行在unix/linux上, 也可以在vc中被编译, 测试, 效果还行-The program file of the algorithm for echo cancellation written by C++, can be runed on unix/linux, and also can be complied in VC It efficient good by testing.
Platform: | Size: 13312 | Author: 王铁 | Hits:

[DSP programarith_decoder_mpeg4

Description: ADI公司出品的blackfin533芯片,有关MPEG-4解码器的一个C语言程序,仅供参考-ADI blackfin533 producer of the chip, the MPEG-4 decoder of a C language program for reference
Platform: | Size: 50176 | Author: 波波 | Hits:

[DSP programBlackfin_SpeechAudio

Description: 在ADI的Blackfin系列DSP上编写的语音&音频程序-the ADI Blackfin DSP series on the preparation of voice & audio program! !
Platform: | Size: 477184 | Author: 李里 | Hits:

[DSP programBlackFin-Camera

Description: BlackFin与摄像头的接口程序, camera芯片为OV2640 或者OV7660-BlackFin with camera interface program, camera chip for the OV2640 or OV7660
Platform: | Size: 7166976 | Author: 孙江波 | Hits:

[DSP programBlackfin_FilterMultirate

Description: blackfin 533 DSP上优化的多速率数字滤波程序源码。-blackfin 533 DSP to optimize the multi-rate digital filtering program source.
Platform: | Size: 152576 | Author: 雷杰 | Hits:

[OS DevelopBF518

Description: ADI Blackfin BF51X 範例程式-ADI Blackfin BF51X program.
Platform: | Size: 51200 | Author: chunhung | Hits:

[DSP programjtagprog-bf532-bf1-0.5.1-bf1.1.0.0-alpha.tar

Description: 通过jtag口写BF532(AD BlackFin CPU)的代码。-Program to write flash for BF532 Blackfin CPU.
Platform: | Size: 583680 | Author: ali | Hits:

[DSP programscann

Description: this dsp program is about alu in blackfin processor-this dsp program is about alu in blackfin processor
Platform: | Size: 1024 | Author: buff_86 | Hits:

[DSP programcan

Description: blackfin537开发板自带can收发器接收和发送程序-development board can bring their own blackfin537 transceiver receive and transmit program
Platform: | Size: 16384 | Author: wayne | Hits:

[OtherFlash_spi

Description: ADI Blackfin DSP 通过SPI接口读写Flash的程序-ADI Blackfin DSP to read and write through the SPI interface of the program Flash
Platform: | Size: 7168 | Author: 无愧 | Hits:

[Embeded-SCM Developflasm16win

Description: Flash program for blackfin
Platform: | Size: 152576 | Author: do | Hits:

[Embeded-SCM DevelopRTCfFD

Description: 一个blackfin531处理器实时时钟程序源码,适用于初学入门者学习硬件blackfin系列dsp编程与开发。-blackfin531 processor real-time clock program source code, suitable for beginners beginners to learn the hardware blackfin series dsp programming and development.
Platform: | Size: 20480 | Author: 唐香玲 | Hits:

[Embeded-SCM Developblackfin

Description: 该程序为Blackfin533数据采集和后处理的程序,各模块程序写的都非常清楚,优化的C语言代码 希望对大家有所帮助-The program for the Blackfin533 data acquisition and post-processing procedures, written procedures for each module are very clear, optimized C language code you want to help
Platform: | Size: 60416 | Author: mrding | Hits:

[assembly languagecoretime

Description: dsp blackfin开发版 的程序。实现中断响应。控制灯的亮灭及变化频率。-dsp blackfin development version of the program. Achieve interrupt response. Control the lamp light off and change the frequency.
Platform: | Size: 2048 | Author: shaozhiming | Hits:

[DSP programRGBtoYCbCr

Description: 在Blackfin,将RGB转为YUV的DSP定点程序。浮点转定点 -In the Blackfin, the RGB to YUV in the DSP fixed-point program. Switch to fixed-point floating-point
Platform: | Size: 9216 | Author: steve | Hits:

[assembly languageblackfin

Description: 利用C语言调用汇编子程序 其中5个输入参数和3个返回结果的汇编子程序调用 a) 输入整数a,b,c,d,e, b) 请计算a+b+c,a+c+d+e,a-b的值 c) 讨论a-b后算术状态标志寄存器的状态 (ASTAT) d) 请讨论输入整数数组e[3],f[3],参数如何传递的 本实验要求在Visual DSP++ ADSP-BF535 Blackfin环境中编写一个简单的程序:C语言的主程序调用汇编语言的函数,完成简单的加法、减法。实验重点在于掌握汇编程序的调用方法,以及参数的传递,寄存器的数据存放。-Using C language to call the assembly routines which five input parameters and return results compiled three subroutine calls a) input integers a, b, c, d, e, b), calculate a+ b+ c, a+ c+ d+ e, ab value of c) discuss the ab after the arithmetic status flags register state (ASTAT) d) Please discuss the input integer array e [3], f [3], parameters to pass the test required in Visual DSP++ ADSP- BF535 Blackfin environment, write a simple program: C language, assembly language function called main program to complete simple addition and subtraction. Experiment focused on master assembler call methods and pass parameters, register the data store.
Platform: | Size: 35840 | Author: 幻叶 | Hits:

[Software EngineeringADSP-561-load-program

Description: ADI DSP BF561 算法相关代码-Usage of the SCCB Software Interface for configuring I2C devices by the Blackfin® Processor family
Platform: | Size: 4749312 | Author: 杜金枝 | Hits:
« 12 »

CodeBus www.codebus.net